Master List | L


Included below is a list of every JavaScript in our archives. If you are unable to find what you are looking for, or need assistance in modifying one of the scripts to suit your needs, or just would like to help others out, please please visit our JavaScript Forum.

Update Archives:
1999 - Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2000 - Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2001 - Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec

You can also use your browser's 'Find in Page'
feature to look for keywords on this page!

All | # | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

Title: Landscape Grapher
Contributor: Mark Washburn (mawcowboyusa@netscape.net)
Contributor URL: http://sites.netscape.net/mawcowboyusa/
Details: 4.07 KB * Uploaded October 27 1999
Description: JavaScript 3D terrain grapher which creates virtual landscapes using three-dimensional fractal geometry, random numbers, and a simple mathematical formula. "s" indicates under sea-level. Just hit reload to get a new landscape.

[ Get Source Code ]


Title: Language Redirect
Details: 1.95 KB * Uploaded October 29 1999
Description: (Version 4.0+ browsers) Redirects a user to the page based on their language. For example, English language user browsers, which report the language as 'en' in most cases, can be redirected to an English page, while Spanish language user browser, which report the language as 'es' in most cases, can be sent to a separate Spanish page. This method works well for redirecting users in all the languages that you set up. Instructions on adding more languages are included in the source code.

[ Get Source Code ]


Title: Lap Time
Contributor: Geoff Greer (gig0wiz@hotmail.com)
Details: 1.48 KB * Uploaded May 17 2000
Description: Calculates the average lap split time required to finish a race in the time you enter. Cool!

[ Get Source Code ]


Title: Last Modified
Details: 1.17 KB * Uploaded August 18 1997
Description: When you just can't stand to look at another 'Last Updated: Feb 02 1998 14:12:56:10' Script, give this script a try. It'll write to the page in the format, 'Last Updated February 2 1998' This looks much better!

[ Get Source Code ]


Title: Launch Date
Contributor: Ronnie T. Moore, Editor
Contributor URL: JavaScript Source Code 2002
Details: 1.12 KB * Uploaded April 24 2000
Description: Displays one of two messages after comparing the current date on the user's computer to a date that you determine, such as a product or web site launch date. A 'before' or 'after' message can be customized with your own HTML code, including images. Short!

[ Get Source Code ]


Title: Layer Scroller
Contributor: Eddie Traversa (psych3@primus.com.au)
Contributor URL: http://nirvana.media3.net
Details: 7.99 KB * Uploaded September 11 2000
Description: Provides controls to scroll the layer at varying speeds. Can be used with your own graphics and layout to creatively present your content.

[ Get Source Code ]


Title: Layers
Contributor:Randy Bennett (rbennett@thezone.net)
Contributor URL: http://home.thezone.net/~rbennett/utility/javahead.htm
Details: 4.32 KB * Uploaded June 12 1998
Description: (Requires Netscape 4.0 or better) Here's a perfect example of Netscape's newest feature - layers. Layers can seemingly "float" objects around this screen, pictures, tables, text, etc. It's something that's undoubtedly going to be widely used in the future!

[ Get Source Code ]


Title: Leap Year Calculator
Contributor: Anthony Louie
Details: 3.68 KB * Uploaded February 29 2000
Description: Is it a leap year? What about in 1900? Get your leap year facts straight with this leap year calculator. Just enter the year you are interested in and the script reports whether it is a leap year or not. Or, enter a range of years and JavaScript will display all the leap years in that range. Awesome!

[ Get Source Code ]


Title: LCM and GCD
Contributor: John T. Caranta III (caranta@netzero.net)
Details: 1.72 KB * Uploaded December 28 2000
Description: Calculate the Least Common Multiple and Greatest Common Divisor of two numbers using this short script. Neat!

[ Get Source Code ]


Title: Length Equivalents
Details: 5.18 KB * Uploaded July 3 1997
Description: JavaScript can help you find length equivalents.

[ Get Source Code ]


Title: Lights Out
Contributor: Andrew Gacek (andrew@dgi.net)
Details: 5.86 KB * Uploaded August 26 1999
Description: Try to eliminate all the boxes to win. When you check a box, all the squares around it (one above, one below, and one to each side) are unselected. You can play in five different levels of difficulty. Addictive!

[ Get Source Code ]


Title: Limit Boxes
Contributor: Glenn Wang (brief@ix.netcom.com)
Contributor URL: http://capsule.bayside.net/
Details: 1.56 KB * Uploaded January 28 2000
Description: Limits the number of checkboxes that the user is able to check on your site. Ideal for situations when more than one selection is allowed up to a certain number overall. If they select too many, they are notified of the maximum allowed and their last entry becomes unchecked.

[ Get Source Code ]


Title: Limit Textarea
Contributor: Ronnie T. Moore, Editor
Contributor URL: JavaScript Source Code 2002
Details: 1.37 KB * Uploaded May 22 2000
Description: This script controls a maximum textarea input amount and updates a small counter with how many characters are left with each keystroke. Easy!

[ Get Source Code ]


Title: Line Scroller
Contributor: Ernst Straka (ernst.straka@central-europe.basf.org)
Contributor URL: http://www.rs-systems.at/straka
Details: 2.48 KB * Uploaded August 8 2000
Description: An impressive single line news ticker with smooth scrolling motion. Supports any valid HTML within the scroll text, including images or links. Really easy to position on your page, just place the 'tickpos' anchor where you want the scroller to appear. Easy!

[ Get Source Code ]


Title: Line Wrapper
Details: 2.35 KB * Uploaded September 30 1999
Description: Wraps entries in a textarea box to whatever number of characters per line you want. For example, The script can automatically insert a return after each 50 spaces, so that the form contents you receive are more readable. (The script does indifferently break lines in mid-word, a possible fix for the next version?)

[ Get Source Code ]


Title: Link Colors
Details: 2.45 KB * Uploaded June 21 1997
Description: With every new letter that you touch, JavaScript tells the computer to give the document a new background color. Kind of cool.

[ Get Source Code ]


Title: Link Delay Image
Details: 1.22 KB * Uploaded September 13 1999
Description: After your visitors click a link, you can make the browser delay as many seconds as you want before they are actually sent to that page. Why not use that time to display an animated image about the page they are going to? Eye-catching!

[ Get Source Code ]


Title: Link Description
Contributor: Danny Mc Neill (danny@mc-neill.co.uk)
Contributor URL: http://www.mc-neill.co.uk
Details: 1.51 KB * Uploaded October 18 2000
Description: (Internet Explorer Only) Displays a description in another cell of a table when the mouse moves over a link. Although Netscape users will not see the extra HTML description, the link still works fine for them, no errors! Nice!

[ Get Source Code ]


Title: Link Message
Details: 0.46 KB * Uploaded August 4 1997
Description: It's nice of you to show your visitors a little bit about a link before they follow it! When they put their cursor on a link, a description of the link appears on the status bar, rather than the URL! I can think of many times this would be very convenient....

[ Get Source Code ]


Title: Link of Minute
Contributor: Joe Merical
Details: 2.00 KB * Uploaded March 2 1998
Description: JavaScript will create a link that will change depending on the minute of the hour! You can add as many entries as you want! It's great!

[ Get Source Code ]


Title: Link Wheel
Details: 2.12 KB * Uploaded May 29 1998
Description: This neat little JavaScript will flip through all the different sites that you include, along with a description of that site. When the visitor clicks the button, they are taken to that site! Very cool!

[ Get Source Code ]


Title: Links List
Contributor: Kulesh S. (linklist@meshage.net)
Contributor URL: http://meshage.net/scribble
Details: 2.23 KB * Uploaded February 22 2000
Description: Allow your users to quickly see a list of all the links on your web page in a well organized and numbered list. Each listing includes the link URL and the link's text. Works on both IE and Netscape. Clever!

[ Get Source Code ]


Title: List Changer
Details: 1.23 KB * Uploaded June 21 1997
Description: This is a very simple background changer. It just takes the selected value from the list and makes that the background color.

[ Get Source Code ]


Title: List Chooser
Contributor: Anand Raman (anand_raman@poboxes.com)
Contributor URL: http://www.angelfire.com/ar/diduknow
Details: 4.83 KB * Uploaded October 18 1999
Description: The user can immediately locate what he has been searching for in the long options list just by typing. With each character the user types in the text field, the available items listed are narrowed down (similar to a help file's index feature). Clever! (Start by entering an 'a' to narrow the list)

[ Get Source Code ]


Title: Load Alerts
Contributor:Joshua Foster (joshua_70448@yahoo.com)
Contributor URL: http://www.geocities.com/SiliconValley/Foothills/7848
Details: 0.43 KB * Uploaded November 8 1998
Description: It's really neat to welcome your visitors and especially cool to say good bye! This script will use JavaScript to greet and 'see out' your visitors.

[ Get Source Code ]


Title: Load in Frames
Details: 0.57 KB * Uploaded June 11 1999
Description: When other sites link directly to a page of your frames site that should be viewed inside your frames, you can foil them with this script. It will reload that page inside your frames!

[ Get Source Code ]


Title: Load Two Frames
Details: 0.95 KB * Uploaded July 26 1999
Description: Open two different pages into two separate pages when the user clicks on one link! The frameset code can even be customized to fit with your site's design. Great!

[ Get Source Code ]


Title: Locked Textbox
Details: 0.46 KB * Uploaded March 21 1999
Description: Prevent your visitors from modifying the value stored in a textbox (without using input type=hidden) Just try to change the text in the box! Amazingly, it's a short less than one line script!

[ Get Source Code ]


Title: Login Coder Pass. Protec.
Contributor: Dion
Contributor URL: http://www.iinet.net.au/~biab/
Details: 6.50 KB * Uploaded May 29 1998
Description: This is undoubtedly the best password protection JavaScript you'll ever find. Besides supporting multiple users, multiple passwords, and even multiple destination pages (after they successfully login), this script is presented in a very easy-to-use interface that you're sure to love! We *wish* we wrote this script, it's that good! (Note: Questions on this script should be directed to the author.)

[ Get Source Code ]


Title: Logo Branding
Contributor: Randy Bennett (rbennett@thezone.net)
Contributor URL: http://home.thezone.net/~rbennett/utility/javahead.htm
Details: 2.22 KB * Uploaded October 4 1998
Description: Have you seen the floating logo on Geocities sites? How would you like to have your own logo floating in the corner of your site? This script does just that! Awesome!

[ Get Source Code ]


Title: Logo fader
Contributor: Bob Simpson (webmaster@maryjanebrown.net)
Contributor URL: http://www.maryjanebrown.net/webmaster
Details: 4.44 KB * Uploaded October 20 2000
Description: Fade any image horizontally and vertically. Can be positioned anywhere on the page. Awesome!

[ Get Source Code ]


Title: Logo Orbit
Contributor: Kurt Grigg (kurt.grigg@virgin.net)
Contributor URL: http://website.lineone.net/~kurt.grigg/javascript
Details: 1.93 KB * Uploaded January 26 2001
Description: (IE Only) This orbiting 3-D message follows your mouse around the screen. The message, color and font are simple to modify!

[ Get Source Code ]


Title: Lottery Numbers
Details: 1.91 KB * Uploaded August 30 1999
Description: This JavaScript will help you pick your lottery numbers. Pick how many numbers you want (pick 3 ?) and then give it a number range and out comes your lottery numbers! Try it!

[ Get Source Code ]


Title: Love Test
Details: 2.65 KB * Uploaded March 2 1999
Description: Here's a neat little script to figure the "love compatibility" between two people. Just enter their names and hit calculate! We are not responsible for any broken relationships resulting from this script. ;-)

[ Get Source Code ]